<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;html lang="en"&gt;&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;title&gt;MIC LEVEL&lt;/title&gt;
    &lt;style&gt;
    ::selection{
        background: transparent;
    }
    body:hover{
        cursor: pointer;
    }
    body{
        background:url('bg.jpg');
        background-size: cover;
           font-family: 'å¾®è½¯é›…é»‘';
    color:#1688d3;
    }
        .stage{
            position: absolute;
            top:50%;
            left: 50%;
            transform: translate(-50%,-50%);
            text-align: center;

        }
        .stage h1{
           position: relative;
            top:-30px;
            text-align: center;
           
            letter-spacing: 10px;
            font-size: 32px;
        }
        h2{

        }
        a{
              color:#1688d3;
            
        }
        .content{
            position: absolute;
            top:0;
            left: 0;
            right: 0;
            bottom: 0;
            background:  linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,.6) 50%,rgba(255,255,255,.3));;
        }
    &lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;
&lt;div class="content"&gt;    
    &lt;div class="stage"&gt;

        &lt;h1&gt;
        é”™è¯¯404
         &lt;/h1&gt;
        &lt;a href="/"&gt;ç‚¹å‡»è¿”å›ž&lt;/a&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;/body&gt;&lt;/html&gt;</pre></body></html>